home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / emacs / lisp / term / bg.el < prev    next >
Lisp/Scheme  |  1989-04-06  |  237b  |  7 lines

  1. ;; BBN bitgraph terminal.
  2.  
  3. (load (concat term-file-prefix "vt100") nil t) ;BG keyboard is VT100 clone
  4. (autoload 'bg-mouse-report "bg-mouse")
  5. (global-set-key "\e:" 'bg-mouse-report)
  6. (send-string-to-terminal "\e:0;7;;;360;512;9;16;9;16c")
  7.